home *** CD-ROM | disk | FTP | other *** search
/ The Complete Work of Mahatma Gandhi / The Complete Work of Mahatma Gandhi-CD interactive.iso / mac / Ganmac / eb.cst / 00253_Script_vidsnd < prev    next >
Text File  |  1999-09-22  |  1KB  |  39 lines

  1. on mouseUp
  2.   global name, cspname,cspchannel, gorig, gvidst
  3.   set name to the name of member(the member of sprite the clickon)
  4.   if gorig <> 1 then
  5.     set the membernum of sprite the clickon to the number of member ("r"&name) of castlib "eb.cst"
  6.     updatestage
  7.     set the volume of sound 2 to 0
  8.     set the volume of sound 1 to 255
  9.     set the soundLevel = 7
  10.     updateStage
  11.     set the movieTime of sprite 105 to 0
  12.     set the movieRate of sprite 105 to 1
  13.     if the movierate of sprite 6 > 0 then
  14.       set the membernum of sprite 101 to the number of member "play" of castlib "eb.cst"
  15.       set the movierate of sprite 6 to 0
  16.       set gvidst to 1
  17.       updatestage
  18.     end if
  19.     updateStage
  20.     set gorig to 1
  21.   else
  22.     set the movieRate of sprite 105 to 0
  23.     global cspname
  24.     checkvol chars(cspname,1,1)
  25.     set yy to chars(name,2,6)
  26.     set the membernum of sprite the clickon to the number of member yy of castlib "eb.cst"
  27.     updatestage
  28.     set gorig to 0
  29.     if gvidst = 1 then
  30.       set gvidst to 0
  31.       puppetsprite 101,true
  32.       set the membernum of sprite 101 to the number of member "stop" of castlib "eb.cst"
  33.       set the movierate of sprite 6 to 1
  34.       updatestage
  35.     end if
  36.   end if
  37. end mouseDown
  38.  
  39.